Skip to content

Bump the actions group with 4 updates#218

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-b9aa3969a4
Open

Bump the actions group with 4 updates#218
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-b9aa3969a4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the actions group with 4 updates: actions/add-to-project, actions/checkout, actions/setup-node and lando/setup-lando.

Updates actions/add-to-project from 1.0.0 to 1.0.2

Release notes

Sourced from actions/add-to-project's releases.

v1.0.2

What's Changed

Full Changelog: actions/add-to-project@v1.0.1...v1.0.2

v1.0.1

Summary

This release includes dependency updates, including security fix to undici.

What's Changed

Full Changelog: actions/add-to-project@v1.0.0...v1.0.1

Commits
  • 244f685 Merge pull request #591 from actions/dependabot/npm_and_yarn/eslint-plugin-je...
  • 2a5ef71 Build and package
  • 8c11461 Update license for json-schema.dep.yml
  • 66f6cff Merge pull request #578 from actions/dependabot/npm_and_yarn/eslint-plugin-je...
  • ddf5099 Merge pull request #590 from actions/dependabot/npm_and_yarn/typescript-eslin...
  • da1ae5b build(deps-dev): bump @​typescript-eslint/eslint-plugin
  • ced87c7 Merge pull request #589 from actions/dependabot/npm_and_yarn/typescript-eslin...
  • c78e6a1 Merge pull request #582 from actions/dependabot/npm_and_yarn/ts-jest-29.1.5
  • 267a19f build(deps-dev): bump @​typescript-eslint/parser from 7.6.0 to 7.14.1
  • e005a86 Merge pull request #588 from actions/dependabot/npm_and_yarn/types/node-16.18...
  • Additional commits viewable in compare view

Updates actions/checkout from 2 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

Updates actions/setup-node from 2 to 6

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

... (truncated)

Commits

Updates lando/setup-lando from 2 to 3

Release notes

Sourced from lando/setup-lando's releases.

v3.0.0

BREAKING CHANGES

This repo should now be the single source of truth for all things relating to the installation and setup of Lando. This currently includes:

  • GitHub Actions action
  • POSIX setup scripts
  • Install docs

But could also include other things in the future like:

  • Windows/WSL2 setup scripts
  • Homebrew formula
  • Chocolatey packages
  • Installer packages
  • CI Apps

GitHub Actions

  • Deprecated setup in favor of auto-setup
  • Fixed auto-setup so it does not run on Lando 4_
  • Fixed edge releases to also include stable releases from release list
  • Removed dependency-check in favor of mechanisms provided by lando setup

New Features

  • Introduced setup-lando.sh POSIX setup script at https://get.lando.dev/setup-lando.sh
  • Reorganized docs to reflect broadened repo scope

v2.3.1

  • Fixed bug causing 3 and 4 GitHub convenience aliases to not resolve to the correct version

v2.3.0

  • Added support for approved -slim variants
  • Fixed bug causing edge GitHub convenience aliases to not resolve to the correct version

v2.2.2

  • Added passthru support for 3-dev-slim although it just maps to 3-dev for now
  • Removed yarn in favor of npm

v2.2.1

  • Fixed bug causing lando version output to sometimes contain excess characters
  • Fixed bug causing debug mode to pollute some intelligence gathering
  • Fixed bug causing errors to hang the whole thing when telemetry is true

v2.2.0

  • Added support for lando setup via the setup input
  • Bumped action to node18
  • Fixed bug where lando was being invoked in PATH instead of directly

... (truncated)

Changelog

Sourced from lando/setup-lando's changelog.

Commits
  • 373c8d5 release v3.7.5 generated by @​lando/prepare-release-action
  • 9d2730a fix bug causing newer midcore release aliases to not be preferred on … (#101)
  • 99fbf31 Bump axios from 1.7.7 to 1.10.0
  • 23da6f4 Bump vite from 5.4.14 to 5.4.19
  • a691f1c Bump form-data from 4.0.1 to 4.0.4
  • 6a2569c AD HOC ADD COC
  • 2642eef UPDATE SUGGESTED READING 📚
  • 69bbdcd PERMISSION GRANTED
  • 5ef25cd PERMISSION GRANTED
  • b5ed2f7 release v3.7.4 generated by @​lando/prepare-release-action
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 19, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Feb 19, 2026

Deploy Preview for lando-platformsh failed. Why did it fail? →

Name Link
🔨 Latest commit 05969cb
🔍 Latest deploy log https://app.netlify.com/projects/lando-platformsh/deploys/69b3d5cfe584f6000801d9fb

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-b9aa3969a4 branch from b0744d4 to 3fd134a Compare February 20, 2026 04:39
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-b9aa3969a4 branch from 3fd134a to a2bafb8 Compare March 6, 2026 09:17
Bumps the actions group with 4 updates: [actions/add-to-project](https://github.com/actions/add-to-project), [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [lando/setup-lando](https://github.com/lando/setup-lando).


Updates `actions/add-to-project` from 1.0.0 to 1.0.2
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](actions/add-to-project@v1.0.0...v1.0.2)

Updates `actions/checkout` from 2 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v6)

Updates `actions/setup-node` from 2 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2...v6)

Updates `lando/setup-lando` from 2 to 3
- [Release notes](https://github.com/lando/setup-lando/releases)
- [Changelog](https://github.com/lando/setup-lando/blob/main/CHANGELOG.md)
- [Commits](lando/setup-lando@v2...v3)

---
updated-dependencies:
- dependency-name: actions/add-to-project
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: lando/setup-lando
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-b9aa3969a4 branch from a2bafb8 to 05969cb Compare March 13, 2026 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants